home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / 06 / CANDLESPUZZLE.EXE / 0 / RCDATA / TFORMPROGRESS / TFORMPROGRESS.txt < prev   
Encoding:
Text File  |  2001-10-09  |  3.4 KB  |  153 lines

  1. object FormProgress: TFormProgress
  2.   Left = 241
  3.   Top = 169
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'B-Jigsaw Lite - Rendering Puzzle...'
  7.   ClientHeight = 272
  8.   ClientWidth = 371
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel3: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 371
  24.     Height = 272
  25.     Align = alClient
  26.     BevelWidth = 2
  27.     TabOrder = 0
  28.     object Panel2: TPanel
  29.       Left = 8
  30.       Top = 8
  31.       Width = 353
  32.       Height = 65
  33.       BevelInner = bvRaised
  34.       BevelOuter = bvLowered
  35.       TabOrder = 0
  36.       object LabelMessage: TLabel
  37.         Left = 56
  38.         Top = 8
  39.         Width = 76
  40.         Height = 13
  41.         Caption = 'B-Jigsaw Lite'
  42.         Font.Charset = DEFAULT_CHARSET
  43.         Font.Color = clWindowText
  44.         Font.Height = -11
  45.         Font.Name = 'MS Sans Serif'
  46.         Font.Style = [fsBold]
  47.         ParentFont = False
  48.         WordWrap = True
  49.       end
  50.       object Image1: TImage
  51.         Left = 8
  52.         Top = 6
  53.         Width = 41
  54.         Height = 41
  55.         Picture.Data = {<image000.ico>}
  56.       end
  57.     end
  58.     object Panel1: TPanel
  59.       Left = 8
  60.       Top = 136
  61.       Width = 353
  62.       Height = 73
  63.       BevelInner = bvRaised
  64.       BevelOuter = bvLowered
  65.       TabOrder = 1
  66.       object Label1: TLabel
  67.         Left = 16
  68.         Top = 22
  69.         Width = 109
  70.         Height = 13
  71.         Caption = 'Left click: move pieces'
  72.       end
  73.       object Label2: TLabel
  74.         Left = 16
  75.         Top = 38
  76.         Width = 223
  77.         Height = 13
  78.         Caption = 'Right click: rotate pieces 90 degrees clockwise'
  79.       end
  80.       object Label3: TLabel
  81.         Left = 16
  82.         Top = 54
  83.         Width = 275
  84.         Height = 13
  85.         Caption = 'Ctrl + left click: rotate pieces 90 degrees counterclockwise'
  86.       end
  87.       object Label4: TLabel
  88.         Left = 8
  89.         Top = 6
  90.         Width = 75
  91.         Height = 13
  92.         Caption = 'How to play?'
  93.         Font.Charset = DEFAULT_CHARSET
  94.         Font.Color = clWindowText
  95.         Font.Height = -11
  96.         Font.Name = 'MS Sans Serif'
  97.         Font.Style = [fsBold]
  98.         ParentFont = False
  99.       end
  100.     end
  101.     object ProgressBar: TProgressBar
  102.       Left = 8
  103.       Top = 216
  104.       Width = 353
  105.       Height = 17
  106.       Min = 0
  107.       Max = 100
  108.       Smooth = True
  109.       TabOrder = 2
  110.     end
  111.     object BitBtn1: TBitBtn
  112.       Left = 8
  113.       Top = 240
  114.       Width = 353
  115.       Height = 25
  116.       Caption = 'Start the game'
  117.       TabOrder = 3
  118.       Kind = bkClose
  119.     end
  120.     object Panel4: TPanel
  121.       Left = 8
  122.       Top = 80
  123.       Width = 353
  124.       Height = 49
  125.       BevelInner = bvRaised
  126.       BevelOuter = bvLowered
  127.       TabOrder = 4
  128.       object Label5: TLabel
  129.         Left = 8
  130.         Top = 8
  131.         Width = 236
  132.         Height = 13
  133.         Caption = 'You can order the full version of B-Jigsaw 7.0 from'
  134.       end
  135.       object Label6: TLabel
  136.         Left = 24
  137.         Top = 24
  138.         Width = 178
  139.         Height = 13
  140.         Cursor = crHandPoint
  141.         Caption = 'http://www.adcsoft.com/bjigsaw.html'
  142.         Font.Charset = DEFAULT_CHARSET
  143.         Font.Color = clBlue
  144.         Font.Height = -11
  145.         Font.Name = 'MS Sans Serif'
  146.         Font.Style = [fsUnderline]
  147.         ParentFont = False
  148.         OnClick = Label6Click
  149.       end
  150.     end
  151.   end
  152. end
  153.